This patch cleans up some of the argument usage in PrettyPrint.py to
authoremellor@ewan <emellor@ewan>
Tue, 27 Sep 2005 14:03:00 +0000 (15:03 +0100)
committeremellor@ewan <emellor@ewan>
Tue, 27 Sep 2005 14:03:00 +0000 (15:03 +0100)
commitf8e5b67cfebbbc1376ff8cd694eaa44ea0da2946
treec76696342f44683ded62b73d1b7e3d1827d8aa8b
parent3a2080259e03a61a22b4b2e99c1b4ed56ead108f
This patch cleans up some of the argument usage in PrettyPrint.py to
avoid a stack trace when doing an 'xm list -l'.  Most of the
prettyprint() methods were called with 1 argument, but the functions
required 2 (one of which was unused).

Signed-off-by: Dan Smith <danms@us.ibm.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/PrettyPrint.py